Welcome![Sign In][Sign Up]
Location:
Search - tdi client

Search list

[TCP/IP stackTDIClient

Description: This is a demonstration of a TDI client driver-This is a demonstration of a TDI client driv er
Platform: | Size: 64843 | Author: soulawing | Hits:

[Driver DevelopTDI_Client_Sample

Description: This zip file contain tow TDI client samples.-This zip file contain tow TDI client sample s.
Platform: | Size: 254579 | Author: 余尧 | Hits:

[OS programdriverdev_src5

Description: Welcome to the fifth installment of the driver development series. The title of this article is a little bit misleading. Yes, we will be writing a TDI Client for demonstration purposes however that is not the main goal of this tutorial. The main goal of this tutorial is to further explore how to handle and interact with IRPs. This tutorial will explore how to queue and handle the canceling of IRPs. The real title of this article should be \"Introduction to IRP Handling\" however it s not as catchy a title! Also, it s not a complete fib we will be doing this while demonstration implementing a TDI Client driver. So, I actually have to explain how that part is implemented as well. The supplied example is a very simple client/server chat program which we will be using to explore how to handle IRPs.
Platform: | Size: 42485 | Author: shi | Hits:

[Othertdiexe

Description: tdi client exe file,tdi is the network driver
Platform: | Size: 68096 | Author: fjnu_jxd_111 | Hits:

[OS programtdi_client

Description: tdi client, tdi中进行socket收发通信
Platform: | Size: 8629 | Author: asdasd | Hits:

[TCP/IP stackTDIClient

Description: This is a demonstration of a TDI client driver-This is a demonstration of a TDI client driv er
Platform: | Size: 64512 | Author: | Hits:

[Driver DevelopTDI_Client_Sample

Description: This zip file contain tow TDI client samples.-This zip file contain tow TDI client sample s.
Platform: | Size: 253952 | Author: 余尧 | Hits:

[OS programdriverdev_src5

Description: Welcome to the fifth installment of the driver development series. The title of this article is a little bit misleading. Yes, we will be writing a TDI Client for demonstration purposes however that is not the main goal of this tutorial. The main goal of this tutorial is to further explore how to handle and interact with IRPs. This tutorial will explore how to queue and handle the canceling of IRPs. The real title of this article should be "Introduction to IRP Handling" however it s not as catchy a title! Also, it s not a complete fib we will be doing this while demonstration implementing a TDI Client driver. So, I actually have to explain how that part is implemented as well. The supplied example is a very simple client/server chat program which we will be using to explore how to handle IRPs.
Platform: | Size: 41984 | Author: shi | Hits:

[Othertdiexe

Description: tdi client exe file,tdi is the network driver-tdi client exe file, tdi is the network driver
Platform: | Size: 67584 | Author: fjnu_jxd_111 | Hits:

[OS programtdi_client

Description: tdi client, tdi中进行socket收发通信-tdi client, tdi in socket send and receive communications
Platform: | Size: 8192 | Author: asdasd | Hits:

[Driver DevelopvirtualSever

Description: 在Windows2K操作系统上虚拟出若干串口设备,这些虚拟串口设备作为 TDI Client 将串口应用程序(比如超级终端)读写串口设备的操作通过网络的方式传递到远端,即将应用程序写入的数据以UDP协议发送到远端目标机器的指定端口;监听本机指定端口,将所有在此端口收到的UDP报文数据提交给应用程序。-At the operating system on virtual Windows2K a number of serial devices, such as a virtual serial port device TDI Client to serial applications (such as HyperTerminal) to read and write serial equipment transmitted through the network to the remote, the forthcoming applications Writing the data to UDP protocol is sent to the remote target machine specified port monitor the machine specified port, all received at this port UDP packet data submitted to the application.
Platform: | Size: 801792 | Author: 风光好 | Hits:

[Internet-Networktdiclient

Description: A Kernel Mode TDI Client Driver Sample Code
Platform: | Size: 2048 | Author: Vernon | Hits:

[CommunicationTDIClientDemo

Description: TDI的客户端程序。并带有过滤部分处理。 windows环境下开发的-TDI client and TDI filter
Platform: | Size: 274432 | Author: imicer | Hits:

[Driver DevelopA_TDI_client

Description: 网络驱动TDI(传输驱动程序),如果做网络驱动者很有用,结合serial可以做成驱动和串口的转换驱动。我也有上传哦。-Network Driver TDI (Transport Driver), if the network driver is useful to do, combined with serial driver and serial port can be made of the conversion drive. Oh, I have uploaded.
Platform: | Size: 80896 | Author: sunboy1002 | Hits:

[Communicationkernel.sockets.module

Description: KernelSocketsModule is intended to provide the simple common network programming interface in kernel mode without dependence on target operating system. On Windows XP and Windows Server 2003 it uses TDI-implementation, on Windows Vista, Windows Server 2008 and Windows 7 it uses Windows Sockets Kernel (WSK) implementation. Interface stays the same. Sorry, but most of comments are in Russian. Simple SMTP-client module that uses this KernelSocketsModule is provided for example. Provided project is fully-working (on 28.02.2010) example, that sends e-mail to certain mailbox on "mail.ru" server. You can find account parameters inside the project.
Platform: | Size: 43008 | Author: villy | Hits:

[ADO-ODBCtdi_client

Description: tdi client, tdi中进行socket收发通信-tdi client, tdi in socket send and receive communications
Platform: | Size: 9216 | Author: aap2p172zha | Hits:

[ADO-ODBCtdi_client

Description: tdi client, tdi中进行socket收发通信-tdi client, tdi in socket send and receive communications
Platform: | Size: 9216 | Author: w1e0beilian4 | Hits:

[Hook apiHookDll

Description: // NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile // 并过滤其对TDI Cilent的请求来过滤封包 // 稳定,隐蔽,RING3下最底层的包过滤~(HOOK / NtDeviceIoControlFile function Ws2_32.dll / send, recv will call to the data transmitting function in mswsock.dll / / mswsock.dll will call the NtDeviceIoControlFile to the TDI Client driver sends the Send Recv command Here we do / / intercept, can filter all receive TCP packets (like UDP but also to change the directive) Mswsock.dll / / Hook export table Ntdll! NtDeviceIoControlFile And the request of TDI / / Cilent filter to filter packets / / stability, concealment, packet filtering at the bottom of the RING3.)
Platform: | Size: 2048 | Author: q1356047 | Hits:

CodeBus www.codebus.net